Click or drag to resize

FlaggedForAction Enumeration

Specifies the flag for action value that must appear on incoming messages in order for the condition or exception to apply.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum FlaggedForAction
Members
  Member nameValueDescription
Any0 The message is flagged with any action.
Call1 The recipient is requested to call the sender.
DoNotForward2 The recipient is requested not to forward the message.
FollowUp3 The recipient is requested to follow up on the message.
FYI4 The recipient received the message for information.
Forward5 The recipient is requested to forward the message.
NoResponseNecessary6 The recipient is informed that a response to the message is not required.
Read7 The recipient is requested to read the message.
Reply8 The recipient is requested to reply to the sender of the message.
ReplyToAll9 The recipient is requested to reply to everyone the message was sent to.
Review10 The recipient is requested to review the message.
None11 None.
See Also